Html Css Color HEX #610220 Pohutukawa

📋 copy color: '#610220'

red 97 ◦ green 2 ◦ blue 32

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

Shades of Pohutukawa #610220

Tints of Pohutukawa #610220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 74.05%
G = 1.53%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#610220 (or 0x610220) is known color: Pohutukawa. HEX triplet: 61, 02 and 20. RGB value is (97,2,32). Sum of RGB (Red+Green+Blue) = 97+2+32=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610220 is #9EFDDF. Grayscale: #212121. Windows color (decimal): -10419680 or 2097761. OLE color: 2097761.

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

Color convert

RGB 97 2 32 -
CMYK 0 0.98 0.67 0.62
HSL 341.05º 0.96% 0.19% -
HSV(B) 341.05º 0.98% 0.38% -
XYZ 5.21 2.69 1.61 -
YUV 33.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 97 2 32 0 0.98 0.67 0.62 341.05 0.96 0.19
Hex 61 2 20 0 62 43 3E 155 60 13
Octal 141 2 40 0 142 103 76 525 140 23
Binary 1100001 10 100000 0 1100010 1000011 111110 101010101 1100000 10011

Color Harmonies of #610220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610220

Black with #610220

Text Example


Text Example

White with #610220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610220; }

 p { color: rgb(97,2,32); }

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

background-color css

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

 a { background-color: rgb(97,2,32); }

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

border-color css

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

 span { border-color: rgb(97,2,32); }

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