Html Css Color HEX #610111 Pohutukawa

📋 copy color: '#610111'

red 97 ◦ green 1 ◦ blue 17

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

Shades of Pohutukawa #610111

Tints of Pohutukawa #610111

RGB

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

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

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

R = 84.35%
G = 0.87%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#610111 (or 0x610111) is known color: Pohutukawa. HEX triplet: 61, 01 and 11. RGB value is (97,1,17). Sum of RGB (Red+Green+Blue) = 97+1+17=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #610111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610111 is #9EFEEE. Grayscale: #1F1F1F. Windows color (decimal): -10419951 or 1114465. OLE color: 1114465.

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

Color convert

RGB 97 1 17 -
CMYK 0 0.99 0.82 0.62
HSL 350º 0.98% 0.19% -
HSV(B) 350º 0.99% 0.38% -
XYZ 5.04 2.6 0.77 -
YUV 31.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 97 1 17 0 0.99 0.82 0.62 350 0.98 0.19
Hex 61 1 11 0 63 52 3E 15E 62 13
Octal 141 1 21 0 143 122 76 536 142 23
Binary 1100001 1 10001 0 1100011 1010010 111110 101011110 1100010 10011

Color Harmonies of #610111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610111

Black with #610111

Text Example


Text Example

White with #610111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610111; }

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

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

background-color css

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

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

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

border-color css

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

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

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