Html Css Color HEX #610517 Pohutukawa

📋 copy color: '#610517'

red 97 ◦ green 5 ◦ blue 23

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

Shades of Pohutukawa #610517

Tints of Pohutukawa #610517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 77.6%
G = 4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#610517 (or 0x610517) is known color: Pohutukawa. HEX triplet: 61, 05 and 17. RGB value is (97,5,23). Sum of RGB (Red+Green+Blue) = 97+5+23=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #610517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610517 is #9EFAE8. Grayscale: #222222. Windows color (decimal): -10418921 or 1508705. OLE color: 1508705.

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

Color convert

RGB 97 5 23 -
CMYK 0 0.95 0.76 0.62
HSL 348.26º 0.9% 0.2% -
HSV(B) 348.26º 0.95% 0.38% -
XYZ 5.14 2.71 1.06 -
YUV 34.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 97 5 23 0 0.95 0.76 0.62 348.26 0.9 0.2
Hex 61 5 17 0 5F 4C 3E 15C 5A 14
Octal 141 5 27 0 137 114 76 534 132 24
Binary 1100001 101 10111 0 1011111 1001100 111110 101011100 1011010 10100

Color Harmonies of #610517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610517

Black with #610517

Text Example


Text Example

White with #610517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610517; }

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

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

background-color css

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

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

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

border-color css

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

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

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