#611C23

Color #611C23 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #611C23

Tints of Pohutukawa #611C23

Color information

#611C23 (or 0x611C23) is unknown color: approx Pohutukawa. HEX triplet: 61, 1C and 23. RGB value is (97,28,35). Sum of RGB (Red+Green+Blue) = 97+28+35=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #611C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C23 is #9EE3DC. Grayscale: #313131. Windows color (decimal): -10413021 or 2301025. OLE color: 2301025.

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

Color convert

RGB972835-
CMYK00.710.640.62
HSL353.91º55.2%24.51%-
HSV(B)353.91º71.13%38.04%-
XYZ5.653.491.97-
YUV49.43119.86161.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=60.62%
G=17.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97283500.710.640.62353.9155.224.51
Hex611C23047403E1623719
Octal14134430107100765426731
Binary11000011110010001101000111100000011111010110001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C23; }

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

 H1.HeaderClassName
 {
   color: #611C23;
 }
 .AnyTagClassName
 {
   color: #611C23;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #611C23;
 }
 .BgClassName
 {
   background-color: #611C23;
 }
</style>
border-color css

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

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

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