Html Css Color HEX #621228 Pohutukawa

📋 copy color: '#621228'

red 98 ◦ green 18 ◦ blue 40

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

Shades of Pohutukawa #621228

Tints of Pohutukawa #621228

RGB

 RED value IS 98 (38.67% from 255) = 62.82%

 GREEN value IS 18 (7.42% from 255) = 11.54%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 62.82%
G = 11.54%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#621228 (or 0x621228) is known color: Pohutukawa. HEX triplet: 62, 12 and 28. RGB value is (98,18,40). Sum of RGB (Red+Green+Blue) = 98+18+40=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621228 is #9DEDD7. Grayscale: #2C2C2C. Windows color (decimal): -10350040 or 2626146. OLE color: 2626146.

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

Color convert

RGB 98 18 40 -
CMYK 0 0.82 0.59 0.62
HSL 343.5º 0.69% 0.23% -
HSV(B) 343.5º 0.82% 0.38% -
XYZ 5.64 3.18 2.32 -
YUV 44.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 98 18 40 0 0.82 0.59 0.62 343.5 0.69 0.23
Hex 62 12 28 0 52 3B 3E 158 45 17
Octal 142 22 50 0 122 73 76 530 105 27
Binary 1100010 10010 101000 0 1010010 111011 111110 101011000 1000101 10111

Color Harmonies of #621228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621228

Black with #621228

Text Example


Text Example

White with #621228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621228; }

 p { color: rgb(98,18,40); }

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

background-color css

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

 a { background-color: rgb(98,18,40); }

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

border-color css

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

 span { border-color: rgb(98,18,40); }

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