Html Css Color HEX #61020A Pohutukawa

📋 copy color: '#61020A'

red 97 ◦ green 2 ◦ blue 10

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

Shades of Pohutukawa #61020A

Tints of Pohutukawa #61020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 88.99%
G = 1.83%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#61020A (or 0x61020A) is known color: Pohutukawa. HEX triplet: 61, 02 and 0A. RGB value is (97,2,10). Sum of RGB (Red+Green+Blue) = 97+2+10=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #61020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61020A is #9EFDF5. Grayscale: #1F1F1F. Windows color (decimal): -10419702 or 655969. OLE color: 655969.

HSL color Cylindrical-coordinate representation of color #61020A: hue angle of 354.95º 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 #61020A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 10 -
CMYK 0 0.98 0.90 0.62
HSL 354.95º 0.96% 0.19% -
HSV(B) 354.95º 0.98% 0.38% -
XYZ 5.01 2.61 0.53 -
YUV 31.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 97 2 10 0 0.98 0.90 0.62 354.95 0.96 0.19
Hex 61 2 A 0 62 5A 3E 163 60 13
Octal 141 2 12 0 142 132 76 543 140 23
Binary 1100001 10 1010 0 1100010 1011010 111110 101100011 1100000 10011

Color Harmonies of #61020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61020A

Black with #61020A

Text Example


Text Example

White with #61020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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