Html Css Color HEX #611323 Pohutukawa

📋 copy color: '#611323'

red 97 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #611323

Tints of Pohutukawa #611323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

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

R = 64.24%
G = 12.58%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#611323 (or 0x611323) is known color: Pohutukawa. HEX triplet: 61, 13 and 23. RGB value is (97,19,35). Sum of RGB (Red+Green+Blue) = 97+19+35=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611323 is #9EECDC. Grayscale: #2C2C2C. Windows color (decimal): -10415325 or 2298721. OLE color: 2298721.

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

Color convert

RGB 97 19 35 -
CMYK 0 0.80 0.64 0.62
HSL 347.69º 0.67% 0.23% -
HSV(B) 347.69º 0.8% 0.38% -
XYZ 5.47 3.13 1.91 -
YUV 44.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 97 19 35 0 0.80 0.64 0.62 347.69 0.67 0.23
Hex 61 13 23 0 50 40 3E 15C 43 17
Octal 141 23 43 0 120 100 76 534 103 27
Binary 1100001 10011 100011 0 1010000 1000000 111110 101011100 1000011 10111

Color Harmonies of #611323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611323

Black with #611323

Text Example


Text Example

White with #611323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611323; }

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

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

background-color css

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

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

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

border-color css

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

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

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