Html Css Color HEX #621029 Pohutukawa

📋 copy color: '#621029'

red 98 ◦ green 16 ◦ blue 41

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

Shades of Pohutukawa #621029

Tints of Pohutukawa #621029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 63.23%
G = 10.32%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621029 (or 0x621029) is known color: Pohutukawa. HEX triplet: 62, 10 and 29. RGB value is (98,16,41). Sum of RGB (Red+Green+Blue) = 98+16+41=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621029 is #9DEFD6. Grayscale: #2B2B2B. Windows color (decimal): -10350551 or 2691170. OLE color: 2691170.

HSL color Cylindrical-coordinate representation of color #621029: hue angle of 341.71º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621029 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 41 -
CMYK 0 0.84 0.58 0.62
HSL 341.71º 0.72% 0.22% -
HSV(B) 341.71º 0.84% 0.38% -
XYZ 5.62 3.13 2.41 -
YUV 43.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 98 16 41 0 0.84 0.58 0.62 341.71 0.72 0.22
Hex 62 10 29 0 54 3A 3E 156 48 16
Octal 142 20 51 0 124 72 76 526 110 26
Binary 1100010 10000 101001 0 1010100 111010 111110 101010110 1001000 10110

Color Harmonies of #621029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621029

Black with #621029

Text Example


Text Example

White with #621029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621029; }

 p { color: rgb(98,16,41); }

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

background-color css

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

 a { background-color: rgb(98,16,41); }

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

border-color css

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

 span { border-color: rgb(98,16,41); }

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