#632022

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

Shades of Pohutukawa #632022

Tints of Pohutukawa #632022

Color information

#632022 (or 0x632022) is unknown color: approx Pohutukawa. HEX triplet: 63, 20 and 22. RGB value is (99,32,34). Sum of RGB (Red+Green+Blue) = 99+32+34=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #632022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632022 is #9CDFDD. Grayscale: #343434. Windows color (decimal): -10280926 or 2236515. OLE color: 2236515.

HSL color Cylindrical-coordinate representation of color #632022: hue angle of 358.21º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632022 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB993234-
CMYK00.680.660.61
HSL358.21º51.15%25.69%-
HSV(B)358.21º67.68%38.82%-
XYZ5.953.81.93-
YUV52.26117.7161.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=60%
G=19.39%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99323400.680.660.61358.2151.1525.69
Hex632022044423D166331a
Octal14340420104102755466332
Binary110001110000010001001000100100001011110110110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632022; }

 p { color: rgb(99,32,34); }

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

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

 a { background-color: rgb(99,32,34); }

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

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

 span { border-color: rgb(99,32,34); }

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