Html Css Color HEX #620421 Pohutukawa

📋 copy color: '#620421'

red 98 ◦ green 4 ◦ blue 33

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

Shades of Pohutukawa #620421

Tints of Pohutukawa #620421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 72.59%
G = 2.96%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#620421 (or 0x620421) is known color: Pohutukawa. HEX triplet: 62, 04 and 21. RGB value is (98,4,33). Sum of RGB (Red+Green+Blue) = 98+4+33=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #620421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620421 is #9DFBDE. Grayscale: #232323. Windows color (decimal): -10353631 or 2163810. OLE color: 2163810.

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

Color convert

RGB 98 4 33 -
CMYK 0 0.96 0.66 0.62
HSL 341.49º 0.92% 0.2% -
HSV(B) 341.49º 0.96% 0.38% -
XYZ 5.35 2.79 1.7 -
YUV 35.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 98 4 33 0 0.96 0.66 0.62 341.49 0.92 0.2
Hex 62 4 21 0 60 42 3E 155 5C 14
Octal 142 4 41 0 140 102 76 525 134 24
Binary 1100010 100 100001 0 1100000 1000010 111110 101010101 1011100 10100

Color Harmonies of #620421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620421

Black with #620421

Text Example


Text Example

White with #620421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620421; }

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

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

background-color css

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

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

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

border-color css

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

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

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