Html Css Color HEX #612625 Red Oxide

📋 copy color: '#612625'

red 97 ◦ green 38 ◦ blue 37

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

Shades of Red Oxide #612625

Tints of Red Oxide #612625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

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

R = 56.4%
G = 22.09%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#612625 (or 0x612625) is known color: Red Oxide. HEX triplet: 61, 26 and 25. RGB value is (97,38,37). Sum of RGB (Red+Green+Blue) = 97+38+37=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612625 is #9ED9DA. Grayscale: #373737. Windows color (decimal): -10410459 or 2434657. OLE color: 2434657.

HSL color Cylindrical-coordinate representation of color #612625: hue angle of 1º 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 #612625 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 37 -
CMYK 0 0.61 0.62 0.62
HSL 0.45% 0.26% -
HSV(B) 0.62% 0.38% -
XYZ 5.96 4.06 2.22 -
YUV 55.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 97 38 37 0 0.61 0.62 0.62 1 0.45 0.26
Hex 61 26 25 0 3D 3E 3E 1 2D 1A
Octal 141 46 45 0 75 76 76 1 55 32
Binary 1100001 100110 100101 0 111101 111110 111110 1 101101 11010

Color Harmonies of #612625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612625

Black with #612625

Text Example


Text Example

White with #612625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612625; }

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

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

background-color css

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

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

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

border-color css

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

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

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