Html Css Color HEX #611223 Pohutukawa

📋 copy color: '#611223'

red 97 ◦ green 18 ◦ blue 35

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

Shades of Pohutukawa #611223

Tints of Pohutukawa #611223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 64.67%
G = 12%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#611223 (or 0x611223) is known color: Pohutukawa. HEX triplet: 61, 12 and 23. RGB value is (97,18,35). Sum of RGB (Red+Green+Blue) = 97+18+35=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611223 is #9EEDDC. Grayscale: #2B2B2B. Windows color (decimal): -10415581 or 2298465. OLE color: 2298465.

HSL color Cylindrical-coordinate representation of color #611223: hue angle of 347.09º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611223 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 35 -
CMYK 0 0.81 0.64 0.62
HSL 347.09º 0.69% 0.23% -
HSV(B) 347.09º 0.81% 0.38% -
XYZ 5.45 3.1 1.9 -
YUV 43.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 97 18 35 0 0.81 0.64 0.62 347.09 0.69 0.23
Hex 61 12 23 0 51 40 3E 15B 45 17
Octal 141 22 43 0 121 100 76 533 105 27
Binary 1100001 10010 100011 0 1010001 1000000 111110 101011011 1000101 10111

Color Harmonies of #611223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611223

Black with #611223

Text Example


Text Example

White with #611223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611223; }

 p { color: rgb(97,18,35); }

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

background-color css

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

 a { background-color: rgb(97,18,35); }

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

border-color css

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

 span { border-color: rgb(97,18,35); }

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