Html Css Color HEX #67211F Red Oxide

📋 copy color: '#67211F'

red 103 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #67211F

Tints of Red Oxide #67211F

RGB

 RED value IS 103 (40.63% from 255) = 61.68%

 GREEN value IS 33 (13.28% from 255) = 19.76%

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

R = 61.68%
G = 19.76%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67211F (or 0x67211F) is known color: Red Oxide. HEX triplet: 67, 21 and 1F. RGB value is (103,33,31). Sum of RGB (Red+Green+Blue) = 103+33+31=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #67211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67211F is #98DEE0. Grayscale: #353535. Windows color (decimal): -10018529 or 2040167. OLE color: 2040167.

HSL color Cylindrical-coordinate representation of color #67211F: hue angle of 1.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67211F is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 31 -
CMYK 0 0.68 0.70 0.60
HSL 1.67º 0.54% 0.26% -
HSV(B) 1.67º 0.7% 0.4% -
XYZ 6.38 4.07 1.75 -
YUV 53.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 103 33 31 0 0.68 0.70 0.60 1.67 0.54 0.26
Hex 67 21 1F 0 44 46 3C 2 36 1A
Octal 147 41 37 0 104 106 74 2 66 32
Binary 1100111 100001 11111 0 1000100 1000110 111100 10 110110 11010

Color Harmonies of #67211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67211F

Black with #67211F

Text Example


Text Example

White with #67211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67211F; }

 p { color: rgb(103,33,31); }

 H1.HeaderClassName
 {
   color: #67211F;
 }
 .AnyTagClassName
 {
   color: #67211F;
 }
</style>

background-color css

<style>
 a { background-color: #67211F; }

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

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

border-color css

<style>
 span { border-color: #67211F; }

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

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