Html Css Color HEX #620D29 Pohutukawa

📋 copy color: '#620D29'

red 98 ◦ green 13 ◦ blue 41

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

Shades of Pohutukawa #620D29

Tints of Pohutukawa #620D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

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

R = 64.47%
G = 8.55%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#620D29 (or 0x620D29) is known color: Pohutukawa. HEX triplet: 62, 0D and 29. RGB value is (98,13,41). Sum of RGB (Red+Green+Blue) = 98+13+41=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D29 is #9DF2D6. Grayscale: #292929. Windows color (decimal): -10351319 or 2690402. OLE color: 2690402.

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

Color convert

RGB 98 13 41 -
CMYK 0 0.87 0.58 0.62
HSL 340.24º 0.77% 0.22% -
HSV(B) 340.24º 0.87% 0.38% -
XYZ 5.58 3.04 2.39 -
YUV 41.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 98 13 41 0 0.87 0.58 0.62 340.24 0.77 0.22
Hex 62 D 29 0 57 3A 3E 154 4D 16
Octal 142 15 51 0 127 72 76 524 115 26
Binary 1100010 1101 101001 0 1010111 111010 111110 101010100 1001101 10110

Color Harmonies of #620D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D29

Black with #620D29

Text Example


Text Example

White with #620D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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