Html Css Color HEX #61222E Pohutukawa

📋 copy color: '#61222E'

red 97 ◦ green 34 ◦ blue 46

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

Shades of Pohutukawa #61222E

Tints of Pohutukawa #61222E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 54.8%
G = 19.21%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61222E (or 0x61222E) is known color: Pohutukawa. HEX triplet: 61, 22 and 2E. RGB value is (97,34,46). Sum of RGB (Red+Green+Blue) = 97+34+46=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61222E is #9EDDD1. Grayscale: #363636. Windows color (decimal): -10411474 or 3023457. OLE color: 3023457.

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

Color convert

RGB 97 34 46 -
CMYK 0 0.65 0.53 0.62
HSL 348.57º 0.48% 0.26% -
HSV(B) 348.57º 0.65% 0.38% -
XYZ 5.99 3.88 3.02 -
YUV 54.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 97 34 46 0 0.65 0.53 0.62 348.57 0.48 0.26
Hex 61 22 2E 0 41 35 3E 15D 30 1A
Octal 141 42 56 0 101 65 76 535 60 32
Binary 1100001 100010 101110 0 1000001 110101 111110 101011101 110000 11010

Color Harmonies of #61222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61222E

Black with #61222E

Text Example


Text Example

White with #61222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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