Html Css Color HEX #611423 Pohutukawa

📋 copy color: '#611423'

red 97 ◦ green 20 ◦ blue 35

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

Shades of Pohutukawa #611423

Tints of Pohutukawa #611423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 63.82%
G = 13.16%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#611423 (or 0x611423) is known color: Pohutukawa. HEX triplet: 61, 14 and 23. RGB value is (97,20,35). Sum of RGB (Red+Green+Blue) = 97+20+35=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611423 is #9EEBDC. Grayscale: #2C2C2C. Windows color (decimal): -10415069 or 2298977. OLE color: 2298977.

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

Color convert

RGB 97 20 35 -
CMYK 0 0.79 0.64 0.62
HSL 348.31º 0.66% 0.23% -
HSV(B) 348.31º 0.79% 0.38% -
XYZ 5.48 3.16 1.91 -
YUV 44.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 97 20 35 0 0.79 0.64 0.62 348.31 0.66 0.23
Hex 61 14 23 0 4F 40 3E 15C 42 17
Octal 141 24 43 0 117 100 76 534 102 27
Binary 1100001 10100 100011 0 1001111 1000000 111110 101011100 1000010 10111

Color Harmonies of #611423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611423

Black with #611423

Text Example


Text Example

White with #611423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611423; }

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

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

background-color css

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

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

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

border-color css

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

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

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