Html Css Color HEX #531F1B Red Oxide

📋 copy color: '#531F1B'

red 83 ◦ green 31 ◦ blue 27

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

Shades of Red Oxide #531F1B

Tints of Red Oxide #531F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 58.87%
G = 21.99%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#531F1B (or 0x531F1B) is known color: Red Oxide. HEX triplet: 53, 1F and 1B. RGB value is (83,31,27). Sum of RGB (Red+Green+Blue) = 83+31+27=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F1B is #ACE0E4. Grayscale: #2E2E2E. Windows color (decimal): -11329765 or 1777491. OLE color: 1777491.

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

Color convert

RGB 83 31 27 -
CMYK 0 0.63 0.67 0.67
HSL 4.29º 0.51% 0.22% -
HSV(B) 4.29º 0.67% 0.33% -
XYZ 4.26 2.9 1.37 -
YUV 46.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 83 31 27 0 0.63 0.67 0.67 4.29 0.51 0.22
Hex 53 1F 1B 0 3F 43 43 4 33 16
Octal 123 37 33 0 77 103 103 4 63 26
Binary 1010011 11111 11011 0 111111 1000011 1000011 100 110011 10110

Color Harmonies of #531F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F1B

Black with #531F1B

Text Example


Text Example

White with #531F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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