Html Css Color HEX #610518 Pohutukawa

📋 copy color: '#610518'

red 97 ◦ green 5 ◦ blue 24

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

Shades of Pohutukawa #610518

Tints of Pohutukawa #610518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.05%

R = 76.98%
G = 3.97%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#610518 (or 0x610518) is known color: Pohutukawa. HEX triplet: 61, 05 and 18. RGB value is (97,5,24). Sum of RGB (Red+Green+Blue) = 97+5+24=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610518 is #9EFAE7. Grayscale: #222222. Windows color (decimal): -10418920 or 1574241. OLE color: 1574241.

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

Color convert

RGB 97 5 24 -
CMYK 0 0.95 0.75 0.62
HSL 347.61º 0.9% 0.2% -
HSV(B) 347.61º 0.95% 0.38% -
XYZ 5.15 2.72 1.12 -
YUV 34.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 97 5 24 0 0.95 0.75 0.62 347.61 0.9 0.2
Hex 61 5 18 0 5F 4B 3E 15C 5A 14
Octal 141 5 30 0 137 113 76 534 132 24
Binary 1100001 101 11000 0 1011111 1001011 111110 101011100 1011010 10100

Color Harmonies of #610518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610518

Black with #610518

Text Example


Text Example

White with #610518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610518; }

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

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

background-color css

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

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

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

border-color css

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

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

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