Html Css Color HEX #521F1F Red Oxide

📋 copy color: '#521F1F'

red 82 ◦ green 31 ◦ blue 31

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

Shades of Red Oxide #521F1F

Tints of Red Oxide #521F1F

RGB

 RED value IS 82 (32.42% from 255) = 56.94%

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

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 56.94%
G = 21.53%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#521F1F (or 0x521F1F) is known color: Red Oxide. HEX triplet: 52, 1F and 1F. RGB value is (82,31,31). Sum of RGB (Red+Green+Blue) = 82+31+31=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #521F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F1F is #ADE0E0. Grayscale: #2E2E2E. Windows color (decimal): -11395297 or 2039634. OLE color: 2039634.

HSL color Cylindrical-coordinate representation of color #521F1F: hue angle of 0º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F1F is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 31 -
CMYK 0 0.62 0.62 0.68
HSL 0.45% 0.22% -
HSV(B) 0.62% 0.32% -
XYZ 4.22 2.87 1.63 -
YUV 46.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 82 31 31 0 0.62 0.62 0.68 0 0.45 0.22
Hex 52 1F 1F 0 3E 3E 44 0 2D 16
Octal 122 37 37 0 76 76 104 0 55 26
Binary 1010010 11111 11111 0 111110 111110 1000100 0 101101 10110

Color Harmonies of #521F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F1F

Black with #521F1F

Text Example


Text Example

White with #521F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F1F; }

 p { color: rgb(82,31,31); }

 H1.HeaderClassName
 {
   color: #521F1F;
 }
 .AnyTagClassName
 {
   color: #521F1F;
 }
</style>

background-color css

<style>
 a { background-color: #521F1F; }

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

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

border-color css

<style>
 span { border-color: #521F1F; }

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

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