Html Css Color HEX #610711 Pohutukawa

📋 copy color: '#610711'

red 97 ◦ green 7 ◦ blue 17

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

Shades of Pohutukawa #610711

Tints of Pohutukawa #610711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 80.17%
G = 5.79%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#610711 (or 0x610711) is known color: Pohutukawa. HEX triplet: 61, 07 and 11. RGB value is (97,7,17). Sum of RGB (Red+Green+Blue) = 97+7+17=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610711 is #9EF8EE. Grayscale: #232323. Windows color (decimal): -10418415 or 1116001. OLE color: 1116001.

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

Color convert

RGB 97 7 17 -
CMYK 0 0.93 0.82 0.62
HSL 353.33º 0.87% 0.2% -
HSV(B) 353.33º 0.93% 0.38% -
XYZ 5.11 2.73 0.79 -
YUV 35.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 97 7 17 0 0.93 0.82 0.62 353.33 0.87 0.2
Hex 61 7 11 0 5D 52 3E 161 57 14
Octal 141 7 21 0 135 122 76 541 127 24
Binary 1100001 111 10001 0 1011101 1010010 111110 101100001 1010111 10100

Color Harmonies of #610711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610711

Black with #610711

Text Example


Text Example

White with #610711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610711; }

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

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

background-color css

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

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

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

border-color css

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

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

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