Html Css Color HEX #531C1C Red Oxide

📋 copy color: '#531C1C'

red 83 ◦ green 28 ◦ blue 28

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

Shades of Red Oxide #531C1C

Tints of Red Oxide #531C1C

RGB

 RED value IS 83 (32.81% from 255) = 59.71%

 GREEN value IS 28 (11.33% from 255) = 20.14%

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 59.71%
G = 20.14%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#531C1C (or 0x531C1C) is known color: Red Oxide. HEX triplet: 53, 1C and 1C. RGB value is (83,28,28). Sum of RGB (Red+Green+Blue) = 83+28+28=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C1C is #ACE3E3. Grayscale: #2C2C2C. Windows color (decimal): -11330532 or 1842259. OLE color: 1842259.

HSL color Cylindrical-coordinate representation of color #531C1C: hue angle of 0º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C1C is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 28 -
CMYK 0 0.66 0.66 0.67
HSL 0.5% 0.22% -
HSV(B) 0.66% 0.33% -
XYZ 4.19 2.75 1.41 -
YUV 44.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 83 28 28 0 0.66 0.66 0.67 0 0.5 0.22
Hex 53 1C 1C 0 42 42 43 0 32 16
Octal 123 34 34 0 102 102 103 0 62 26
Binary 1010011 11100 11100 0 1000010 1000010 1000011 0 110010 10110

Color Harmonies of #531C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C1C

Black with #531C1C

Text Example


Text Example

White with #531C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C1C; }

 p { color: rgb(83,28,28); }

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

background-color css

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

 a { background-color: rgb(83,28,28); }

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

border-color css

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

 span { border-color: rgb(83,28,28); }

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