Html Css Color HEX #621821 Pohutukawa

📋 copy color: '#621821'

red 98 ◦ green 24 ◦ blue 33

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

Shades of Pohutukawa #621821

Tints of Pohutukawa #621821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 63.23%
G = 15.48%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#621821 (or 0x621821) is known color: Pohutukawa. HEX triplet: 62, 18 and 21. RGB value is (98,24,33). Sum of RGB (Red+Green+Blue) = 98+24+33=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621821 is #9DE7DE. Grayscale: #2F2F2F. Windows color (decimal): -10348511 or 2168930. OLE color: 2168930.

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

Color convert

RGB 98 24 33 -
CMYK 0 0.76 0.66 0.62
HSL 352.7º 0.61% 0.24% -
HSV(B) 352.7º 0.76% 0.38% -
XYZ 5.64 3.36 1.79 -
YUV 47.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 98 24 33 0 0.76 0.66 0.62 352.7 0.61 0.24
Hex 62 18 21 0 4C 42 3E 161 3D 18
Octal 142 30 41 0 114 102 76 541 75 30
Binary 1100010 11000 100001 0 1001100 1000010 111110 101100001 111101 11000

Color Harmonies of #621821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621821

Black with #621821

Text Example


Text Example

White with #621821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621821; }

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

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

background-color css

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

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

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

border-color css

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

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

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