Html Css Color HEX #621518 Pohutukawa

📋 copy color: '#621518'

red 98 ◦ green 21 ◦ blue 24

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

Shades of Pohutukawa #621518

Tints of Pohutukawa #621518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 68.53%
G = 14.69%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#621518 (or 0x621518) is known color: Pohutukawa. HEX triplet: 62, 15 and 18. RGB value is (98,21,24). Sum of RGB (Red+Green+Blue) = 98+21+24=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621518 is #9DEAE7. Grayscale: #2C2C2C. Windows color (decimal): -10349288 or 1578338. OLE color: 1578338.

HSL color Cylindrical-coordinate representation of color #621518: hue angle of 357.66º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621518 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 21 24 -
CMYK 0 0.79 0.76 0.62
HSL 357.66º 0.65% 0.23% -
HSV(B) 357.66º 0.79% 0.38% -
XYZ 5.47 3.2 1.19 -
YUV 44.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 98 21 24 0 0.79 0.76 0.62 357.66 0.65 0.23
Hex 62 15 18 0 4F 4C 3E 166 41 17
Octal 142 25 30 0 117 114 76 546 101 27
Binary 1100010 10101 11000 0 1001111 1001100 111110 101100110 1000001 10111

Color Harmonies of #621518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621518

Black with #621518

Text Example


Text Example

White with #621518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621518; }

 p { color: rgb(98,21,24); }

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

background-color css

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

 a { background-color: rgb(98,21,24); }

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

border-color css

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

 span { border-color: rgb(98,21,24); }

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