Html Css Color HEX #621428 Pohutukawa

📋 copy color: '#621428'

red 98 ◦ green 20 ◦ blue 40

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

Shades of Pohutukawa #621428

Tints of Pohutukawa #621428

RGB

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

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

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

R = 62.03%
G = 12.66%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#621428 (or 0x621428) is known color: Pohutukawa. HEX triplet: 62, 14 and 28. RGB value is (98,20,40). Sum of RGB (Red+Green+Blue) = 98+20+40=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #621428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621428 is #9DEBD7. Grayscale: #2D2D2D. Windows color (decimal): -10349528 or 2626658. OLE color: 2626658.

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

Color convert

RGB 98 20 40 -
CMYK 0 0.80 0.59 0.62
HSL 344.62º 0.66% 0.23% -
HSV(B) 344.62º 0.8% 0.38% -
XYZ 5.67 3.25 2.34 -
YUV 45.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 98 20 40 0 0.80 0.59 0.62 344.62 0.66 0.23
Hex 62 14 28 0 50 3B 3E 159 42 17
Octal 142 24 50 0 120 73 76 531 102 27
Binary 1100010 10100 101000 0 1010000 111011 111110 101011001 1000010 10111

Color Harmonies of #621428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621428

Black with #621428

Text Example


Text Example

White with #621428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621428; }

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

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

background-color css

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

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

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

border-color css

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

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

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