Html Css Color HEX #610414 Pohutukawa

📋 copy color: '#610414'

red 97 ◦ green 4 ◦ blue 20

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

Shades of Pohutukawa #610414

Tints of Pohutukawa #610414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 80.17%
G = 3.31%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#610414 (or 0x610414) is known color: Pohutukawa. HEX triplet: 61, 04 and 14. RGB value is (97,4,20). Sum of RGB (Red+Green+Blue) = 97+4+20=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610414 is #9EFBEB. Grayscale: #212121. Windows color (decimal): -10419180 or 1311841. OLE color: 1311841.

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

Color convert

RGB 97 4 20 -
CMYK 0 0.96 0.79 0.62
HSL 349.68º 0.92% 0.2% -
HSV(B) 349.68º 0.96% 0.38% -
XYZ 5.1 2.68 0.91 -
YUV 33.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 97 4 20 0 0.96 0.79 0.62 349.68 0.92 0.2
Hex 61 4 14 0 60 4F 3E 15E 5C 14
Octal 141 4 24 0 140 117 76 536 134 24
Binary 1100001 100 10100 0 1100000 1001111 111110 101011110 1011100 10100

Color Harmonies of #610414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610414

Black with #610414

Text Example


Text Example

White with #610414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610414; }

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

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

background-color css

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

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

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

border-color css

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

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

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