Html Css Color HEX #67241F Red Oxide

📋 copy color: '#67241F'

red 103 ◦ green 36 ◦ blue 31

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

Shades of Red Oxide #67241F

Tints of Red Oxide #67241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

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

R = 60.59%
G = 21.18%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67241F (or 0x67241F) is known color: Red Oxide. HEX triplet: 67, 24 and 1F. RGB value is (103,36,31). Sum of RGB (Red+Green+Blue) = 103+36+31=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67241F is #98DBE0. Grayscale: #373737. Windows color (decimal): -10017761 or 2040935. OLE color: 2040935.

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

Color convert

RGB 103 36 31 -
CMYK 0 0.65 0.70 0.60
HSL 4.17º 0.54% 0.26% -
HSV(B) 4.17º 0.7% 0.4% -
XYZ 6.47 4.24 1.77 -
YUV 55.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 103 36 31 0 0.65 0.70 0.60 4.17 0.54 0.26
Hex 67 24 1F 0 41 46 3C 4 36 1A
Octal 147 44 37 0 101 106 74 4 66 32
Binary 1100111 100100 11111 0 1000001 1000110 111100 100 110110 11010

Color Harmonies of #67241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67241F

Black with #67241F

Text Example


Text Example

White with #67241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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