Html Css Color HEX #620929 Pohutukawa

📋 copy color: '#620929'

red 98 ◦ green 9 ◦ blue 41

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

Shades of Pohutukawa #620929

Tints of Pohutukawa #620929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 66.22%
G = 6.08%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#620929 (or 0x620929) is known color: Pohutukawa. HEX triplet: 62, 09 and 29. RGB value is (98,9,41). Sum of RGB (Red+Green+Blue) = 98+9+41=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #620929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620929 is #9DF6D6. Grayscale: #272727. Windows color (decimal): -10352343 or 2689378. OLE color: 2689378.

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

Color convert

RGB 98 9 41 -
CMYK 0 0.91 0.58 0.62
HSL 338.43º 0.83% 0.21% -
HSV(B) 338.43º 0.91% 0.38% -
XYZ 5.53 2.95 2.38 -
YUV 39.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 98 9 41 0 0.91 0.58 0.62 338.43 0.83 0.21
Hex 62 9 29 0 5B 3A 3E 152 53 15
Octal 142 11 51 0 133 72 76 522 123 25
Binary 1100010 1001 101001 0 1011011 111010 111110 101010010 1010011 10101

Color Harmonies of #620929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620929

Black with #620929

Text Example


Text Example

White with #620929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620929; }

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

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

background-color css

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

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

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

border-color css

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

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

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