#622129

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

Shades of Pohutukawa #622129

Tints of Pohutukawa #622129

Color information

#622129 (or 0x622129) is unknown color: approx Pohutukawa. HEX triplet: 62, 21 and 29. RGB value is (98,33,41). Sum of RGB (Red+Green+Blue) = 98+33+41=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #622129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622129 is #9DDED6. Grayscale: #353535. Windows color (decimal): -10346199 or 2695522. OLE color: 2695522.

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

Color convert

RGB983341-
CMYK00.660.580.62
HSL352.62º49.62%25.69%-
HSV(B)352.62º66.33%38.43%-
XYZ5.983.842.52-
YUV53.35121.03159.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=56.98%
G=19.19%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98334100.660.580.62352.6249.6225.69
Hex6221290423A3E161321a
Octal1424151010272765416232
Binary11000101000011010010100001011101011111010110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622129; }

 p { color: rgb(98,33,41); }

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

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

 a { background-color: rgb(98,33,41); }

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

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

 span { border-color: rgb(98,33,41); }

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