Html Css Color HEX #64241F Red Oxide

📋 copy color: '#64241F'

red 100 ◦ green 36 ◦ blue 31

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

Shades of Red Oxide #64241F

Tints of Red Oxide #64241F

RGB

 RED value IS 100 (39.45% from 255) = 59.88%

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

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

R = 59.88%
G = 21.56%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64241F (or 0x64241F) is known color: Red Oxide. HEX triplet: 64, 24 and 1F. RGB value is (100,36,31). Sum of RGB (Red+Green+Blue) = 100+36+31=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64241F is #9BDBE0. Grayscale: #363636. Windows color (decimal): -10214369 or 2040932. OLE color: 2040932.

HSL color Cylindrical-coordinate representation of color #64241F: hue angle of 4.35º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64241F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 36 31 -
CMYK 0 0.64 0.69 0.61
HSL 4.35º 0.53% 0.26% -
HSV(B) 4.35º 0.69% 0.39% -
XYZ 6.13 4.07 1.76 -
YUV 54.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 100 36 31 0 0.64 0.69 0.61 4.35 0.53 0.26
Hex 64 24 1F 0 40 45 3D 4 35 1A
Octal 144 44 37 0 100 105 75 4 65 32
Binary 1100100 100100 11111 0 1000000 1000101 111101 100 110101 11010

Color Harmonies of #64241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64241F

Black with #64241F

Text Example


Text Example

White with #64241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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