Html Css Color HEX #610412 Pohutukawa

📋 copy color: '#610412'

red 97 ◦ green 4 ◦ blue 18

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

Shades of Pohutukawa #610412

Tints of Pohutukawa #610412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 81.51%
G = 3.36%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#610412 (or 0x610412) is known color: Pohutukawa. HEX triplet: 61, 04 and 12. RGB value is (97,4,18). Sum of RGB (Red+Green+Blue) = 97+4+18=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #610412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610412 is #9EFBED. Grayscale: #212121. Windows color (decimal): -10419182 or 1180769. OLE color: 1180769.

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

Color convert

RGB 97 4 18 -
CMYK 0 0.96 0.81 0.62
HSL 350.97º 0.92% 0.2% -
HSV(B) 350.97º 0.96% 0.38% -
XYZ 5.08 2.67 0.82 -
YUV 33.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 97 4 18 0 0.96 0.81 0.62 350.97 0.92 0.2
Hex 61 4 12 0 60 51 3E 15F 5C 14
Octal 141 4 22 0 140 121 76 537 134 24
Binary 1100001 100 10010 0 1100000 1010001 111110 101011111 1011100 10100

Color Harmonies of #610412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610412

Black with #610412

Text Example


Text Example

White with #610412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610412; }

 p { color: rgb(97,4,18); }

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

background-color css

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

 a { background-color: rgb(97,4,18); }

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

border-color css

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

 span { border-color: rgb(97,4,18); }

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