Html Css Color HEX #610117 Pohutukawa

📋 copy color: '#610117'

red 97 ◦ green 1 ◦ blue 23

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

Shades of Pohutukawa #610117

Tints of Pohutukawa #610117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 80.17%
G = 0.83%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#610117 (or 0x610117) is known color: Pohutukawa. HEX triplet: 61, 01 and 17. RGB value is (97,1,23). Sum of RGB (Red+Green+Blue) = 97+1+23=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610117 is #9EFEE8. Grayscale: #202020. Windows color (decimal): -10419945 or 1507681. OLE color: 1507681.

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

Color convert

RGB 97 1 23 -
CMYK 0 0.99 0.76 0.62
HSL 346.25º 0.98% 0.19% -
HSV(B) 346.25º 0.99% 0.38% -
XYZ 5.1 2.62 1.05 -
YUV 32.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 97 1 23 0 0.99 0.76 0.62 346.25 0.98 0.19
Hex 61 1 17 0 63 4C 3E 15A 62 13
Octal 141 1 27 0 143 114 76 532 142 23
Binary 1100001 1 10111 0 1100011 1001100 111110 101011010 1100010 10011

Color Harmonies of #610117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610117

Black with #610117

Text Example


Text Example

White with #610117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610117; }

 p { color: rgb(97,1,23); }

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

background-color css

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

 a { background-color: rgb(97,1,23); }

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

border-color css

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

 span { border-color: rgb(97,1,23); }

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