Html Css Color HEX #582328 Burnt Crimson

📋 copy color: '#582328'

red 88 ◦ green 35 ◦ blue 40

#582328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #582328

Tints of Burnt Crimson #582328

RGB

 RED value IS 88 (34.77% from 255) = 53.99%

 GREEN value IS 35 (14.06% from 255) = 21.47%

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 53.99%
G = 21.47%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#582328 (or 0x582328) is known color: Burnt Crimson. HEX triplet: 58, 23 and 28. RGB value is (88,35,40). Sum of RGB (Red+Green+Blue) = 88+35+40=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #582328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582328 is #A7DCD7. Grayscale: #333333. Windows color (decimal): -11001048 or 2630488. OLE color: 2630488.

HSL color Cylindrical-coordinate representation of color #582328: hue angle of 354.34º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582328 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 40 -
CMYK 0 0.60 0.55 0.65
HSL 354.34º 0.43% 0.24% -
HSV(B) 354.34º 0.6% 0.35% -
XYZ 5.01 3.43 2.41 -
YUV 51.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 88 35 40 0 0.60 0.55 0.65 354.34 0.43 0.24
Hex 58 23 28 0 3C 37 41 162 2B 18
Octal 130 43 50 0 74 67 101 542 53 30
Binary 1011000 100011 101000 0 111100 110111 1000001 101100010 101011 11000

Color Harmonies of #582328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582328

Black with #582328

Text Example


Text Example

White with #582328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582328; }

 p { color: rgb(88,35,40); }

 H1.HeaderClassName
 {
   color: #582328;
 }
 .AnyTagClassName
 {
   color: #582328;
 }
</style>

background-color css

<style>
 a { background-color: #582328; }

 a { background-color: rgb(88,35,40); }

 div.DivClassName
 {
   background-color: #582328;
 }
 .BgClassName
 {
   background-color: #582328;
 }
</style>

border-color css

<style>
 span { border-color: #582328; }

 span { border-color: rgb(88,35,40); }

 td.TdClassName
 {
   border-color: #582328;
 }
 .TagClassName
 {
   border-color: #582328;
 }
</style>