Html Css Color HEX #621426 Pohutukawa

📋 copy color: '#621426'

red 98 ◦ green 20 ◦ blue 38

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

Shades of Pohutukawa #621426

Tints of Pohutukawa #621426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 62.82%
G = 12.82%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#621426 (or 0x621426) is known color: Pohutukawa. HEX triplet: 62, 14 and 26. RGB value is (98,20,38). Sum of RGB (Red+Green+Blue) = 98+20+38=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621426 is #9DEBD9. Grayscale: #2D2D2D. Windows color (decimal): -10349530 or 2495586. OLE color: 2495586.

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

Color convert

RGB 98 20 38 -
CMYK 0 0.80 0.61 0.62
HSL 346.15º 0.66% 0.23% -
HSV(B) 346.15º 0.8% 0.38% -
XYZ 5.64 3.24 2.16 -
YUV 45.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 98 20 38 0 0.80 0.61 0.62 346.15 0.66 0.23
Hex 62 14 26 0 50 3D 3E 15A 42 17
Octal 142 24 46 0 120 75 76 532 102 27
Binary 1100010 10100 100110 0 1010000 111101 111110 101011010 1000010 10111

Color Harmonies of #621426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621426

Black with #621426

Text Example


Text Example

White with #621426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621426; }

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

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

background-color css

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

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

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

border-color css

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

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

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