Html Css Color HEX #621928 Pohutukawa

📋 copy color: '#621928'

red 98 ◦ green 25 ◦ blue 40

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

Shades of Pohutukawa #621928

Tints of Pohutukawa #621928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 60.12%
G = 15.34%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#621928 (or 0x621928) is known color: Pohutukawa. HEX triplet: 62, 19 and 28. RGB value is (98,25,40). Sum of RGB (Red+Green+Blue) = 98+25+40=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #621928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621928 is #9DE6D7. Grayscale: #303030. Windows color (decimal): -10348248 or 2627938. OLE color: 2627938.

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

Color convert

RGB 98 25 40 -
CMYK 0 0.74 0.59 0.62
HSL 347.67º 0.59% 0.24% -
HSV(B) 347.67º 0.74% 0.38% -
XYZ 5.77 3.45 2.37 -
YUV 48.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 98 25 40 0 0.74 0.59 0.62 347.67 0.59 0.24
Hex 62 19 28 0 4A 3B 3E 15C 3B 18
Octal 142 31 50 0 112 73 76 534 73 30
Binary 1100010 11001 101000 0 1001010 111011 111110 101011100 111011 11000

Color Harmonies of #621928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621928

Black with #621928

Text Example


Text Example

White with #621928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621928; }

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

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

background-color css

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

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

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

border-color css

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

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

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