Html Css Color HEX #551F1E Red Oxide

📋 copy color: '#551F1E'

red 85 ◦ green 31 ◦ blue 30

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

Shades of Red Oxide #551F1E

Tints of Red Oxide #551F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 58.22%
G = 21.23%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#551F1E (or 0x551F1E) is known color: Red Oxide. HEX triplet: 55, 1F and 1E. RGB value is (85,31,30). Sum of RGB (Red+Green+Blue) = 85+31+30=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F1E is #AAE0E1. Grayscale: #2F2F2F. Windows color (decimal): -11198690 or 1974101. OLE color: 1974101.

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

Color convert

RGB 85 31 30 -
CMYK 0 0.64 0.65 0.67
HSL 1.09º 0.48% 0.23% -
HSV(B) 1.09º 0.65% 0.33% -
XYZ 4.47 3.01 1.57 -
YUV 47.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 85 31 30 0 0.64 0.65 0.67 1.09 0.48 0.23
Hex 55 1F 1E 0 40 41 43 1 30 17
Octal 125 37 36 0 100 101 103 1 60 27
Binary 1010101 11111 11110 0 1000000 1000001 1000011 1 110000 10111

Color Harmonies of #551F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F1E

Black with #551F1E

Text Example


Text Example

White with #551F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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