Html Css Color HEX #61021A Pohutukawa

📋 copy color: '#61021A'

red 97 ◦ green 2 ◦ blue 26

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

Shades of Pohutukawa #61021A

Tints of Pohutukawa #61021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 77.6%
G = 1.6%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61021A (or 0x61021A) is known color: Pohutukawa. HEX triplet: 61, 02 and 1A. RGB value is (97,2,26). Sum of RGB (Red+Green+Blue) = 97+2+26=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #61021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61021A is #9EFDE5. Grayscale: #212121. Windows color (decimal): -10419686 or 1704545. OLE color: 1704545.

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

Color convert

RGB 97 2 26 -
CMYK 0 0.98 0.73 0.62
HSL 344.84º 0.96% 0.19% -
HSV(B) 344.84º 0.98% 0.38% -
XYZ 5.14 2.66 1.22 -
YUV 33.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 97 2 26 0 0.98 0.73 0.62 344.84 0.96 0.19
Hex 61 2 1A 0 62 49 3E 159 60 13
Octal 141 2 32 0 142 111 76 531 140 23
Binary 1100001 10 11010 0 1100010 1001001 111110 101011001 1100000 10011

Color Harmonies of #61021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61021A

Black with #61021A

Text Example


Text Example

White with #61021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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