Html Css Color HEX #61202D Pohutukawa

📋 copy color: '#61202D'

red 97 ◦ green 32 ◦ blue 45

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

Shades of Pohutukawa #61202D

Tints of Pohutukawa #61202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 55.75%
G = 18.39%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61202D (or 0x61202D) is known color: Pohutukawa. HEX triplet: 61, 20 and 2D. RGB value is (97,32,45). Sum of RGB (Red+Green+Blue) = 97+32+45=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61202D is #9EDFD2. Grayscale: #343434. Windows color (decimal): -10411987 or 2957409. OLE color: 2957409.

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

Color convert

RGB 97 32 45 -
CMYK 0 0.67 0.54 0.62
HSL 348º 0.5% 0.25% -
HSV(B) 348º 0.67% 0.38% -
XYZ 5.92 3.76 2.9 -
YUV 52.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 97 32 45 0 0.67 0.54 0.62 348 0.5 0.25
Hex 61 20 2D 0 43 36 3E 15C 32 19
Octal 141 40 55 0 103 66 76 534 62 31
Binary 1100001 100000 101101 0 1000011 110110 111110 101011100 110010 11001

Color Harmonies of #61202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61202D

Black with #61202D

Text Example


Text Example

White with #61202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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