Html Css Color HEX #610510 Pohutukawa

📋 copy color: '#610510'

red 97 ◦ green 5 ◦ blue 16

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

Shades of Pohutukawa #610510

Tints of Pohutukawa #610510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 82.2%
G = 4.24%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#610510 (or 0x610510) is known color: Pohutukawa. HEX triplet: 61, 05 and 10. RGB value is (97,5,16). Sum of RGB (Red+Green+Blue) = 97+5+16=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610510 is #9EFAEF. Grayscale: #212121. Windows color (decimal): -10418928 or 1049953. OLE color: 1049953.

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

Color convert

RGB 97 5 16 -
CMYK 0 0.95 0.84 0.62
HSL 352.83º 0.9% 0.2% -
HSV(B) 352.83º 0.95% 0.38% -
XYZ 5.08 2.69 0.74 -
YUV 33.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 97 5 16 0 0.95 0.84 0.62 352.83 0.9 0.2
Hex 61 5 10 0 5F 54 3E 161 5A 14
Octal 141 5 20 0 137 124 76 541 132 24
Binary 1100001 101 10000 0 1011111 1010100 111110 101100001 1011010 10100

Color Harmonies of #610510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610510

Black with #610510

Text Example


Text Example

White with #610510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610510; }

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

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

background-color css

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

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

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

border-color css

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

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

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