Html Css Color HEX #610207 Pohutukawa

📋 copy color: '#610207'

red 97 ◦ green 2 ◦ blue 7

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

Shades of Pohutukawa #610207

Tints of Pohutukawa #610207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

 BLUE value IS 7 (3.13% from 255) = 6.6%

R = 91.51%
G = 1.89%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#610207 (or 0x610207) is known color: Pohutukawa. HEX triplet: 61, 02 and 07. RGB value is (97,2,7). Sum of RGB (Red+Green+Blue) = 97+2+7=106 (14% of max value = 765). Red value is 97 (38.28% from 255 or 91.51% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 97 - color contains mainly: red. Hex color #610207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610207 is #9EFDF8. Grayscale: #1F1F1F. Windows color (decimal): -10419705 or 459361. OLE color: 459361.

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

Color convert

RGB 97 2 7 -
CMYK 0 0.98 0.93 0.62
HSL 356.84º 0.96% 0.19% -
HSV(B) 356.84º 0.98% 0.38% -
XYZ 4.99 2.6 0.44 -
YUV 30.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 97 2 7 0 0.98 0.93 0.62 356.84 0.96 0.19
Hex 61 2 7 0 62 5D 3E 165 60 13
Octal 141 2 7 0 142 135 76 545 140 23
Binary 1100001 10 111 0 1100010 1011101 111110 101100101 1100000 10011

Color Harmonies of #610207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610207

Black with #610207

Text Example


Text Example

White with #610207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610207; }

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

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

background-color css

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

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

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

border-color css

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

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

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