Html Css Color HEX #67231F Red Oxide

📋 copy color: '#67231F'

red 103 ◦ green 35 ◦ blue 31

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

Shades of Red Oxide #67231F

Tints of Red Oxide #67231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

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

R = 60.95%
G = 20.71%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67231F (or 0x67231F) is known color: Red Oxide. HEX triplet: 67, 23 and 1F. RGB value is (103,35,31). Sum of RGB (Red+Green+Blue) = 103+35+31=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67231F is #98DCE0. Grayscale: #363636. Windows color (decimal): -10018017 or 2040679. OLE color: 2040679.

HSL color Cylindrical-coordinate representation of color #67231F: hue angle of 3.33º 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 #67231F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 31 -
CMYK 0 0.66 0.70 0.60
HSL 3.33º 0.54% 0.26% -
HSV(B) 3.33º 0.7% 0.4% -
XYZ 6.44 4.18 1.76 -
YUV 54.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 103 35 31 0 0.66 0.70 0.60 3.33 0.54 0.26
Hex 67 23 1F 0 42 46 3C 3 36 1A
Octal 147 43 37 0 102 106 74 3 66 32
Binary 1100111 100011 11111 0 1000010 1000110 111100 11 110110 11010

Color Harmonies of #67231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67231F

Black with #67231F

Text Example


Text Example

White with #67231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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