Html Css Color HEX #610717 Pohutukawa

📋 copy color: '#610717'

red 97 ◦ green 7 ◦ blue 23

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

Shades of Pohutukawa #610717

Tints of Pohutukawa #610717

RGB

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

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

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

R = 76.38%
G = 5.51%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#610717 (or 0x610717) is known color: Pohutukawa. HEX triplet: 61, 07 and 17. RGB value is (97,7,23). Sum of RGB (Red+Green+Blue) = 97+7+23=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610717 is #9EF8E8. Grayscale: #232323. Windows color (decimal): -10418409 or 1509217. OLE color: 1509217.

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

Color convert

RGB 97 7 23 -
CMYK 0 0.93 0.76 0.62
HSL 349.33º 0.87% 0.2% -
HSV(B) 349.33º 0.93% 0.38% -
XYZ 5.16 2.76 1.07 -
YUV 35.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 97 7 23 0 0.93 0.76 0.62 349.33 0.87 0.2
Hex 61 7 17 0 5D 4C 3E 15D 57 14
Octal 141 7 27 0 135 114 76 535 127 24
Binary 1100001 111 10111 0 1011101 1001100 111110 101011101 1010111 10100

Color Harmonies of #610717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610717

Black with #610717

Text Example


Text Example

White with #610717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610717; }

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

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

background-color css

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

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

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

border-color css

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

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

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