Html Css Color HEX #642725 Red Oxide

📋 copy color: '#642725'

red 100 ◦ green 39 ◦ blue 37

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

Shades of Red Oxide #642725

Tints of Red Oxide #642725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 56.82%
G = 22.16%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#642725 (or 0x642725) is known color: Red Oxide. HEX triplet: 64, 27 and 25. RGB value is (100,39,37). Sum of RGB (Red+Green+Blue) = 100+39+37=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #642725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642725 is #9BD8DA. Grayscale: #393939. Windows color (decimal): -10213595 or 2434916. OLE color: 2434916.

HSL color Cylindrical-coordinate representation of color #642725: hue angle of 1.9º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642725 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 39 37 -
CMYK 0 0.61 0.63 0.61
HSL 1.9º 0.46% 0.27% -
HSV(B) 1.9º 0.63% 0.39% -
XYZ 6.31 4.29 2.25 -
YUV 57.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 100 39 37 0 0.61 0.63 0.61 1.9 0.46 0.27
Hex 64 27 25 0 3D 3F 3D 2 2E 1B
Octal 144 47 45 0 75 77 75 2 56 33
Binary 1100100 100111 100101 0 111101 111111 111101 10 101110 11011

Color Harmonies of #642725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642725

Black with #642725

Text Example


Text Example

White with #642725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642725; }

 p { color: rgb(100,39,37); }

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

background-color css

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

 a { background-color: rgb(100,39,37); }

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

border-color css

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

 span { border-color: rgb(100,39,37); }

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