Html Css Color HEX #531B1A Red Oxide

📋 copy color: '#531B1A'

red 83 ◦ green 27 ◦ blue 26

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

Shades of Red Oxide #531B1A

Tints of Red Oxide #531B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

 BLUE value IS 26 (10.55% from 255) = 19.12%

R = 61.03%
G = 19.85%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#531B1A (or 0x531B1A) is known color: Red Oxide. HEX triplet: 53, 1B and 1A. RGB value is (83,27,26). Sum of RGB (Red+Green+Blue) = 83+27+26=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B1A is #ACE4E5. Grayscale: #2B2B2B. Windows color (decimal): -11330790 or 1710931. OLE color: 1710931.

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

Color convert

RGB 83 27 26 -
CMYK 0 0.67 0.69 0.67
HSL 1.05º 0.52% 0.21% -
HSV(B) 1.05º 0.69% 0.33% -
XYZ 4.15 2.7 1.28 -
YUV 43.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 83 27 26 0 0.67 0.69 0.67 1.05 0.52 0.21
Hex 53 1B 1A 0 43 45 43 1 34 15
Octal 123 33 32 0 103 105 103 1 64 25
Binary 1010011 11011 11010 0 1000011 1000101 1000011 1 110100 10101

Color Harmonies of #531B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B1A

Black with #531B1A

Text Example


Text Example

White with #531B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,26); }

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

background-color css

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

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

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

border-color css

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

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

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