Html Css Color HEX #610515 Pohutukawa

📋 copy color: '#610515'

red 97 ◦ green 5 ◦ blue 21

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

Shades of Pohutukawa #610515

Tints of Pohutukawa #610515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 78.86%
G = 4.07%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#610515 (or 0x610515) is known color: Pohutukawa. HEX triplet: 61, 05 and 15. RGB value is (97,5,21). Sum of RGB (Red+Green+Blue) = 97+5+21=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610515 is #9EFAEA. Grayscale: #222222. Windows color (decimal): -10418923 or 1377633. OLE color: 1377633.

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

Color convert

RGB 97 5 21 -
CMYK 0 0.95 0.78 0.62
HSL 349.57º 0.9% 0.2% -
HSV(B) 349.57º 0.95% 0.38% -
XYZ 5.12 2.7 0.96 -
YUV 34.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 97 5 21 0 0.95 0.78 0.62 349.57 0.9 0.2
Hex 61 5 15 0 5F 4E 3E 15E 5A 14
Octal 141 5 25 0 137 116 76 536 132 24
Binary 1100001 101 10101 0 1011111 1001110 111110 101011110 1011010 10100

Color Harmonies of #610515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610515

Black with #610515

Text Example


Text Example

White with #610515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610515; }

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

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

background-color css

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

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

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

border-color css

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

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

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