Html Css Color HEX #61202F Pohutukawa

📋 copy color: '#61202F'

red 97 ◦ green 32 ◦ blue 47

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

Shades of Pohutukawa #61202F

Tints of Pohutukawa #61202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 55.11%
G = 18.18%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61202F (or 0x61202F) is known color: Pohutukawa. HEX triplet: 61, 20 and 2F. RGB value is (97,32,47). Sum of RGB (Red+Green+Blue) = 97+32+47=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61202F is #9EDFD0. Grayscale: #353535. Windows color (decimal): -10411985 or 3088481. OLE color: 3088481.

HSL color Cylindrical-coordinate representation of color #61202F: hue angle of 346.15º 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 #61202F is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 47 -
CMYK 0 0.67 0.52 0.62
HSL 346.15º 0.5% 0.25% -
HSV(B) 346.15º 0.67% 0.38% -
XYZ 5.96 3.78 3.1 -
YUV 53.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 97 32 47 0 0.67 0.52 0.62 346.15 0.5 0.25
Hex 61 20 2F 0 43 34 3E 15A 32 19
Octal 141 40 57 0 103 64 76 532 62 31
Binary 1100001 100000 101111 0 1000011 110100 111110 101011010 110010 11001

Color Harmonies of #61202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61202F

Black with #61202F

Text Example


Text Example

White with #61202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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