Html Css Color HEX #611523 Pohutukawa

📋 copy color: '#611523'

red 97 ◦ green 21 ◦ blue 35

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

Shades of Pohutukawa #611523

Tints of Pohutukawa #611523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 63.4%
G = 13.73%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#611523 (or 0x611523) is known color: Pohutukawa. HEX triplet: 61, 15 and 23. RGB value is (97,21,35). Sum of RGB (Red+Green+Blue) = 97+21+35=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611523 is #9EEADC. Grayscale: #2D2D2D. Windows color (decimal): -10414813 or 2299233. OLE color: 2299233.

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

Color convert

RGB 97 21 35 -
CMYK 0 0.78 0.64 0.62
HSL 348.95º 0.64% 0.23% -
HSV(B) 348.95º 0.78% 0.38% -
XYZ 5.5 3.2 1.92 -
YUV 45.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 97 21 35 0 0.78 0.64 0.62 348.95 0.64 0.23
Hex 61 15 23 0 4E 40 3E 15D 40 17
Octal 141 25 43 0 116 100 76 535 100 27
Binary 1100001 10101 100011 0 1001110 1000000 111110 101011101 1000000 10111

Color Harmonies of #611523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611523

Black with #611523

Text Example


Text Example

White with #611523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611523; }

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

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

background-color css

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

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

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

border-color css

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

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

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