Html Css Color HEX #621619 Pohutukawa

📋 copy color: '#621619'

red 98 ◦ green 22 ◦ blue 25

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

Shades of Pohutukawa #621619

Tints of Pohutukawa #621619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 67.59%
G = 15.17%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#621619 (or 0x621619) is known color: Pohutukawa. HEX triplet: 62, 16 and 19. RGB value is (98,22,25). Sum of RGB (Red+Green+Blue) = 98+22+25=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621619 is #9DE9E6. Grayscale: #2D2D2D. Windows color (decimal): -10349031 or 1644130. OLE color: 1644130.

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

Color convert

RGB 98 22 25 -
CMYK 0 0.78 0.74 0.62
HSL 357.63º 0.63% 0.24% -
HSV(B) 357.63º 0.78% 0.38% -
XYZ 5.5 3.24 1.26 -
YUV 45.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 98 22 25 0 0.78 0.74 0.62 357.63 0.63 0.24
Hex 62 16 19 0 4E 4A 3E 166 3F 18
Octal 142 26 31 0 116 112 76 546 77 30
Binary 1100010 10110 11001 0 1001110 1001010 111110 101100110 111111 11000

Color Harmonies of #621619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621619

Black with #621619

Text Example


Text Example

White with #621619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621619; }

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

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

background-color css

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

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

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

border-color css

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

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

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