Html Css Color HEX #610D17 Pohutukawa

📋 copy color: '#610D17'

red 97 ◦ green 13 ◦ blue 23

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

Shades of Pohutukawa #610D17

Tints of Pohutukawa #610D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

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

R = 72.93%
G = 9.77%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#610D17 (or 0x610D17) is known color: Pohutukawa. HEX triplet: 61, 0D and 17. RGB value is (97,13,23). Sum of RGB (Red+Green+Blue) = 97+13+23=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #610D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D17 is #9EF2E8. Grayscale: #272727. Windows color (decimal): -10416873 or 1510753. OLE color: 1510753.

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

Color convert

RGB 97 13 23 -
CMYK 0 0.87 0.76 0.62
HSL 352.86º 0.76% 0.22% -
HSV(B) 352.86º 0.87% 0.38% -
XYZ 5.23 2.89 1.09 -
YUV 39.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 97 13 23 0 0.87 0.76 0.62 352.86 0.76 0.22
Hex 61 D 17 0 57 4C 3E 161 4C 16
Octal 141 15 27 0 127 114 76 541 114 26
Binary 1100001 1101 10111 0 1010111 1001100 111110 101100001 1001100 10110

Color Harmonies of #610D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D17

Black with #610D17

Text Example


Text Example

White with #610D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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