Html Css Color HEX #552126 Burnt Crimson

📋 copy color: '#552126'

red 85 ◦ green 33 ◦ blue 38

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

Shades of Burnt Crimson #552126

Tints of Burnt Crimson #552126

RGB

 RED value IS 85 (33.59% from 255) = 54.49%

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 54.49%
G = 21.15%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#552126 (or 0x552126) is known color: Burnt Crimson. HEX triplet: 55, 21 and 26. RGB value is (85,33,38). Sum of RGB (Red+Green+Blue) = 85+33+38=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552126 is #AADED9. Grayscale: #313131. Windows color (decimal): -11198170 or 2498901. OLE color: 2498901.

HSL color Cylindrical-coordinate representation of color #552126: hue angle of 354.23º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552126 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 38 -
CMYK 0 0.61 0.55 0.67
HSL 354.23º 0.44% 0.23% -
HSV(B) 354.23º 0.61% 0.33% -
XYZ 4.64 3.16 2.2 -
YUV 49.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 85 33 38 0 0.61 0.55 0.67 354.23 0.44 0.23
Hex 55 21 26 0 3D 37 43 162 2C 17
Octal 125 41 46 0 75 67 103 542 54 27
Binary 1010101 100001 100110 0 111101 110111 1000011 101100010 101100 10111

Color Harmonies of #552126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552126

Black with #552126

Text Example


Text Example

White with #552126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552126; }

 p { color: rgb(85,33,38); }

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

background-color css

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

 a { background-color: rgb(85,33,38); }

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

border-color css

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

 span { border-color: rgb(85,33,38); }

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