#65122B

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

Shades of Pohutukawa #65122B

Tints of Pohutukawa #65122B

Color information

#65122B (or 0x65122B) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 2B. RGB value is (101,18,43). Sum of RGB (Red+Green+Blue) = 101+18+43=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65122B is #9AEDD4. Grayscale: #2D2D2D. Windows color (decimal): -10153429 or 2822757. OLE color: 2822757.

HSL color Cylindrical-coordinate representation of color #65122B: hue angle of 341.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65122B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1011843-
CMYK00.820.570.60
HSL341.93º69.75%23.33%-
HSV(B)341.93º82.18%39.61%-
XYZ6.023.372.62-
YUV45.67126.5167.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=62.35%
G=11.11%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101184300.820.570.60341.9369.7523.33
Hex65122B052393C1564617
Octal14522530122717452610627
Binary11001011001010101101010010111001111100101010110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65122B; }

 p { color: rgb(101,18,43); }

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

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

 a { background-color: rgb(101,18,43); }

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

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

 span { border-color: rgb(101,18,43); }

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