Html Css Color HEX #551F25 Burnt Crimson

📋 copy color: '#551F25'

red 85 ◦ green 31 ◦ blue 37

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

Shades of Burnt Crimson #551F25

Tints of Burnt Crimson #551F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 55.56%
G = 20.26%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#551F25 (or 0x551F25) is known color: Burnt Crimson. HEX triplet: 55, 1F and 25. RGB value is (85,31,37). Sum of RGB (Red+Green+Blue) = 85+31+37=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F25 is #AAE0DA. Grayscale: #2F2F2F. Windows color (decimal): -11198683 or 2432853. OLE color: 2432853.

HSL color Cylindrical-coordinate representation of color #551F25: hue angle of 353.33º 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 #551F25 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 37 -
CMYK 0 0.64 0.56 0.67
HSL 353.33º 0.47% 0.23% -
HSV(B) 353.33º 0.64% 0.33% -
XYZ 4.57 3.04 2.1 -
YUV 47.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 85 31 37 0 0.64 0.56 0.67 353.33 0.47 0.23
Hex 55 1F 25 0 40 38 43 161 2F 17
Octal 125 37 45 0 100 70 103 541 57 27
Binary 1010101 11111 100101 0 1000000 111000 1000011 101100001 101111 10111

Color Harmonies of #551F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F25

Black with #551F25

Text Example


Text Example

White with #551F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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