Html Css Color HEX #612725 Red Oxide

📋 copy color: '#612725'

red 97 ◦ green 39 ◦ blue 37

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

Shades of Red Oxide #612725

Tints of Red Oxide #612725

RGB

 RED value IS 97 (38.28% from 255) = 56.07%

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

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

R = 56.07%
G = 22.54%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#612725 (or 0x612725) is known color: Red Oxide. HEX triplet: 61, 27 and 25. RGB value is (97,39,37). Sum of RGB (Red+Green+Blue) = 97+39+37=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #612725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612725 is #9ED8DA. Grayscale: #383838. Windows color (decimal): -10410203 or 2434913. OLE color: 2434913.

HSL color Cylindrical-coordinate representation of color #612725: hue angle of 2º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612725 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 37 -
CMYK 0 0.60 0.62 0.62
HSL 0.45% 0.26% -
HSV(B) 0.62% 0.38% -
XYZ 5.99 4.13 2.23 -
YUV 56.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 97 39 37 0 0.60 0.62 0.62 2 0.45 0.26
Hex 61 27 25 0 3C 3E 3E 2 2D 1A
Octal 141 47 45 0 74 76 76 2 55 32
Binary 1100001 100111 100101 0 111100 111110 111110 10 101101 11010

Color Harmonies of #612725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612725

Black with #612725

Text Example


Text Example

White with #612725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612725; }

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

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

background-color css

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

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

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

border-color css

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

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

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