Html Css Color HEX #610411 Pohutukawa

📋 copy color: '#610411'

red 97 ◦ green 4 ◦ blue 17

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

Shades of Pohutukawa #610411

Tints of Pohutukawa #610411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 82.2%
G = 3.39%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#610411 (or 0x610411) is known color: Pohutukawa. HEX triplet: 61, 04 and 11. RGB value is (97,4,17). Sum of RGB (Red+Green+Blue) = 97+4+17=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610411 is #9EFBEE. Grayscale: #212121. Windows color (decimal): -10419183 or 1115233. OLE color: 1115233.

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

Color convert

RGB 97 4 17 -
CMYK 0 0.96 0.82 0.62
HSL 351.61º 0.92% 0.2% -
HSV(B) 351.61º 0.96% 0.38% -
XYZ 5.07 2.67 0.78 -
YUV 33.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 97 4 17 0 0.96 0.82 0.62 351.61 0.92 0.2
Hex 61 4 11 0 60 52 3E 160 5C 14
Octal 141 4 21 0 140 122 76 540 134 24
Binary 1100001 100 10001 0 1100000 1010010 111110 101100000 1011100 10100

Color Harmonies of #610411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610411

Black with #610411

Text Example


Text Example

White with #610411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610411; }

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

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

background-color css

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

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

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

border-color css

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

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

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