Html Css Color HEX #611328 Pohutukawa

📋 copy color: '#611328'

red 97 ◦ green 19 ◦ blue 40

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

Shades of Pohutukawa #611328

Tints of Pohutukawa #611328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 62.18%
G = 12.18%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#611328 (or 0x611328) is known color: Pohutukawa. HEX triplet: 61, 13 and 28. RGB value is (97,19,40). Sum of RGB (Red+Green+Blue) = 97+19+40=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611328 is #9EECD7. Grayscale: #2C2C2C. Windows color (decimal): -10415320 or 2626401. OLE color: 2626401.

HSL color Cylindrical-coordinate representation of color #611328: hue angle of 343.85º 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 #611328 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 40 -
CMYK 0 0.80 0.59 0.62
HSL 343.85º 0.67% 0.23% -
HSV(B) 343.85º 0.8% 0.38% -
XYZ 5.55 3.16 2.33 -
YUV 44.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 97 19 40 0 0.80 0.59 0.62 343.85 0.67 0.23
Hex 61 13 28 0 50 3B 3E 158 43 17
Octal 141 23 50 0 120 73 76 530 103 27
Binary 1100001 10011 101000 0 1010000 111011 111110 101011000 1000011 10111

Color Harmonies of #611328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611328

Black with #611328

Text Example


Text Example

White with #611328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611328; }

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

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

background-color css

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

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

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

border-color css

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

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

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