Html Css Color HEX #621626 Pohutukawa

📋 copy color: '#621626'

red 98 ◦ green 22 ◦ blue 38

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

Shades of Pohutukawa #621626

Tints of Pohutukawa #621626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

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

R = 62.03%
G = 13.92%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#621626 (or 0x621626) is known color: Pohutukawa. HEX triplet: 62, 16 and 26. RGB value is (98,22,38). Sum of RGB (Red+Green+Blue) = 98+22+38=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #621626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621626 is #9DE9D9. Grayscale: #2E2E2E. Windows color (decimal): -10349018 or 2496098. OLE color: 2496098.

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

Color convert

RGB 98 22 38 -
CMYK 0 0.78 0.61 0.62
HSL 347.37º 0.63% 0.24% -
HSV(B) 347.37º 0.78% 0.38% -
XYZ 5.67 3.31 2.17 -
YUV 46.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 98 22 38 0 0.78 0.61 0.62 347.37 0.63 0.24
Hex 62 16 26 0 4E 3D 3E 15B 3F 18
Octal 142 26 46 0 116 75 76 533 77 30
Binary 1100010 10110 100110 0 1001110 111101 111110 101011011 111111 11000

Color Harmonies of #621626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621626

Black with #621626

Text Example


Text Example

White with #621626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621626; }

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

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

background-color css

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

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

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

border-color css

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

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

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