Html Css Color HEX #611621 Pohutukawa

📋 copy color: '#611621'

red 97 ◦ green 22 ◦ blue 33

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

Shades of Pohutukawa #611621

Tints of Pohutukawa #611621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 63.82%
G = 14.47%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#611621 (or 0x611621) is known color: Pohutukawa. HEX triplet: 61, 16 and 21. RGB value is (97,22,33). Sum of RGB (Red+Green+Blue) = 97+22+33=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611621 is #9EE9DE. Grayscale: #2D2D2D. Windows color (decimal): -10414559 or 2168417. OLE color: 2168417.

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

Color convert

RGB 97 22 33 -
CMYK 0 0.77 0.66 0.62
HSL 351.2º 0.63% 0.23% -
HSV(B) 351.2º 0.77% 0.38% -
XYZ 5.49 3.23 1.77 -
YUV 45.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 97 22 33 0 0.77 0.66 0.62 351.2 0.63 0.23
Hex 61 16 21 0 4D 42 3E 15F 3F 17
Octal 141 26 41 0 115 102 76 537 77 27
Binary 1100001 10110 100001 0 1001101 1000010 111110 101011111 111111 10111

Color Harmonies of #611621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611621

Black with #611621

Text Example


Text Example

White with #611621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611621; }

 p { color: rgb(97,22,33); }

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

background-color css

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

 a { background-color: rgb(97,22,33); }

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

border-color css

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

 span { border-color: rgb(97,22,33); }

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