Html Css Color HEX #610C25 Pohutukawa

📋 copy color: '#610C25'

red 97 ◦ green 12 ◦ blue 37

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

Shades of Pohutukawa #610C25

Tints of Pohutukawa #610C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.22%

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

R = 66.44%
G = 8.22%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#610C25 (or 0x610C25) is known color: Pohutukawa. HEX triplet: 61, 0C and 25. RGB value is (97,12,37). Sum of RGB (Red+Green+Blue) = 97+12+37=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #610C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C25 is #9EF3DA. Grayscale: #282828. Windows color (decimal): -10417115 or 2428001. OLE color: 2428001.

HSL color Cylindrical-coordinate representation of color #610C25: hue angle of 342.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C25 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 37 -
CMYK 0 0.88 0.62 0.62
HSL 342.35º 0.78% 0.21% -
HSV(B) 342.35º 0.88% 0.38% -
XYZ 5.4 2.94 2.03 -
YUV 40.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 97 12 37 0 0.88 0.62 0.62 342.35 0.78 0.21
Hex 61 C 25 0 58 3E 3E 156 4E 15
Octal 141 14 45 0 130 76 76 526 116 25
Binary 1100001 1100 100101 0 1011000 111110 111110 101010110 1001110 10101

Color Harmonies of #610C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C25

Black with #610C25

Text Example


Text Example

White with #610C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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