Html Css Color HEX #621422 Pohutukawa

📋 copy color: '#621422'

red 98 ◦ green 20 ◦ blue 34

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

Shades of Pohutukawa #621422

Tints of Pohutukawa #621422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 64.47%
G = 13.16%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#621422 (or 0x621422) is known color: Pohutukawa. HEX triplet: 62, 14 and 22. RGB value is (98,20,34). Sum of RGB (Red+Green+Blue) = 98+20+34=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621422 is #9DEBDD. Grayscale: #2C2C2C. Windows color (decimal): -10349534 or 2233442. OLE color: 2233442.

HSL color Cylindrical-coordinate representation of color #621422: hue angle of 349.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621422 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 34 -
CMYK 0 0.80 0.65 0.62
HSL 349.23º 0.66% 0.23% -
HSV(B) 349.23º 0.8% 0.38% -
XYZ 5.58 3.21 1.84 -
YUV 44.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 98 20 34 0 0.80 0.65 0.62 349.23 0.66 0.23
Hex 62 14 22 0 50 41 3E 15D 42 17
Octal 142 24 42 0 120 101 76 535 102 27
Binary 1100010 10100 100010 0 1010000 1000001 111110 101011101 1000010 10111

Color Harmonies of #621422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621422

Black with #621422

Text Example


Text Example

White with #621422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621422; }

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

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

background-color css

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

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

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

border-color css

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

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

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