Html Css Color HEX #551F26 Burnt Crimson

📋 copy color: '#551F26'

red 85 ◦ green 31 ◦ blue 38

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

Shades of Burnt Crimson #551F26

Tints of Burnt Crimson #551F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

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

R = 55.19%
G = 20.13%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551F26 (or 0x551F26) is known color: Burnt Crimson. HEX triplet: 55, 1F and 26. RGB value is (85,31,38). Sum of RGB (Red+Green+Blue) = 85+31+38=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F26 is #AAE0D9. Grayscale: #2F2F2F. Windows color (decimal): -11198682 or 2498389. OLE color: 2498389.

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

Color convert

RGB 85 31 38 -
CMYK 0 0.64 0.55 0.67
HSL 352.22º 0.47% 0.23% -
HSV(B) 352.22º 0.64% 0.33% -
XYZ 4.59 3.05 2.18 -
YUV 47.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 85 31 38 0 0.64 0.55 0.67 352.22 0.47 0.23
Hex 55 1F 26 0 40 37 43 160 2F 17
Octal 125 37 46 0 100 67 103 540 57 27
Binary 1010101 11111 100110 0 1000000 110111 1000011 101100000 101111 10111

Color Harmonies of #551F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F26

Black with #551F26

Text Example


Text Example

White with #551F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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