Html Css Color HEX #610710 Pohutukawa

📋 copy color: '#610710'

red 97 ◦ green 7 ◦ blue 16

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

Shades of Pohutukawa #610710

Tints of Pohutukawa #610710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 80.83%
G = 5.83%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#610710 (or 0x610710) is known color: Pohutukawa. HEX triplet: 61, 07 and 10. RGB value is (97,7,16). Sum of RGB (Red+Green+Blue) = 97+7+16=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610710 is #9EF8EF. Grayscale: #222222. Windows color (decimal): -10418416 or 1050465. OLE color: 1050465.

HSL color Cylindrical-coordinate representation of color #610710: hue angle of 354º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610710 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 16 -
CMYK 0 0.93 0.84 0.62
HSL 354º 0.87% 0.2% -
HSV(B) 354º 0.93% 0.38% -
XYZ 5.1 2.73 0.75 -
YUV 34.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 97 7 16 0 0.93 0.84 0.62 354 0.87 0.2
Hex 61 7 10 0 5D 54 3E 162 57 14
Octal 141 7 20 0 135 124 76 542 127 24
Binary 1100001 111 10000 0 1011101 1010100 111110 101100010 1010111 10100

Color Harmonies of #610710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610710

Black with #610710

Text Example


Text Example

White with #610710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610710; }

 p { color: rgb(97,7,16); }

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

background-color css

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

 a { background-color: rgb(97,7,16); }

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

border-color css

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

 span { border-color: rgb(97,7,16); }

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