Html Css Color HEX #61202E Pohutukawa

📋 copy color: '#61202E'

red 97 ◦ green 32 ◦ blue 46

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

Shades of Pohutukawa #61202E

Tints of Pohutukawa #61202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 55.43%
G = 18.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61202E (or 0x61202E) is known color: Pohutukawa. HEX triplet: 61, 20 and 2E. RGB value is (97,32,46). Sum of RGB (Red+Green+Blue) = 97+32+46=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61202E is #9EDFD1. Grayscale: #353535. Windows color (decimal): -10411986 or 3022945. OLE color: 3022945.

HSL color Cylindrical-coordinate representation of color #61202E: hue angle of 347.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61202E is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 46 -
CMYK 0 0.67 0.53 0.62
HSL 347.08º 0.5% 0.25% -
HSV(B) 347.08º 0.67% 0.38% -
XYZ 5.94 3.77 3 -
YUV 53.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 97 32 46 0 0.67 0.53 0.62 347.08 0.5 0.25
Hex 61 20 2E 0 43 35 3E 15B 32 19
Octal 141 40 56 0 103 65 76 533 62 31
Binary 1100001 100000 101110 0 1000011 110101 111110 101011011 110010 11001

Color Harmonies of #61202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61202E

Black with #61202E

Text Example


Text Example

White with #61202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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