Html Css Color HEX #67211D Red Oxide

📋 copy color: '#67211D'

red 103 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #67211D

Tints of Red Oxide #67211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 62.42%
G = 20%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#67211D (or 0x67211D) is known color: Red Oxide. HEX triplet: 67, 21 and 1D. RGB value is (103,33,29). Sum of RGB (Red+Green+Blue) = 103+33+29=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #67211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67211D is #98DEE2. Grayscale: #353535. Windows color (decimal): -10018531 or 1909095. OLE color: 1909095.

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

Color convert

RGB 103 33 29 -
CMYK 0 0.68 0.72 0.60
HSL 3.24º 0.56% 0.26% -
HSV(B) 3.24º 0.72% 0.4% -
XYZ 6.36 4.06 1.61 -
YUV 53.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 103 33 29 0 0.68 0.72 0.60 3.24 0.56 0.26
Hex 67 21 1D 0 44 48 3C 3 38 1A
Octal 147 41 35 0 104 110 74 3 70 32
Binary 1100111 100001 11101 0 1000100 1001000 111100 11 111000 11010

Color Harmonies of #67211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67211D

Black with #67211D

Text Example


Text Example

White with #67211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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