Html Css Color HEX #621222 Pohutukawa

📋 copy color: '#621222'

red 98 ◦ green 18 ◦ blue 34

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

Shades of Pohutukawa #621222

Tints of Pohutukawa #621222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 65.33%
G = 12%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#621222 (or 0x621222) is known color: Pohutukawa. HEX triplet: 62, 12 and 22. RGB value is (98,18,34). Sum of RGB (Red+Green+Blue) = 98+18+34=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621222 is #9DEDDD. Grayscale: #2B2B2B. Windows color (decimal): -10350046 or 2232930. OLE color: 2232930.

HSL color Cylindrical-coordinate representation of color #621222: hue angle of 348º 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 #621222 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 34 -
CMYK 0 0.82 0.65 0.62
HSL 348º 0.69% 0.23% -
HSV(B) 348º 0.82% 0.38% -
XYZ 5.54 3.14 1.83 -
YUV 43.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 98 18 34 0 0.82 0.65 0.62 348 0.69 0.23
Hex 62 12 22 0 52 41 3E 15C 45 17
Octal 142 22 42 0 122 101 76 534 105 27
Binary 1100010 10010 100010 0 1010010 1000001 111110 101011100 1000101 10111

Color Harmonies of #621222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621222

Black with #621222

Text Example


Text Example

White with #621222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621222; }

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

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

background-color css

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

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

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

border-color css

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

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

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