Html Css Color HEX #620E23 Pohutukawa

📋 copy color: '#620E23'

red 98 ◦ green 14 ◦ blue 35

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

Shades of Pohutukawa #620E23

Tints of Pohutukawa #620E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 66.67%
G = 9.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#620E23 (or 0x620E23) is known color: Pohutukawa. HEX triplet: 62, 0E and 23. RGB value is (98,14,35). Sum of RGB (Red+Green+Blue) = 98+14+35=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #620E23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E23 is #9DF1DC. Grayscale: #292929. Windows color (decimal): -10351069 or 2297442. OLE color: 2297442.

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

Color convert

RGB 98 14 35 -
CMYK 0 0.86 0.64 0.62
HSL 345º 0.75% 0.22% -
HSV(B) 345º 0.86% 0.38% -
XYZ 5.5 3.03 1.89 -
YUV 41.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 98 14 35 0 0.86 0.64 0.62 345 0.75 0.22
Hex 62 E 23 0 56 40 3E 159 4B 16
Octal 142 16 43 0 126 100 76 531 113 26
Binary 1100010 1110 100011 0 1010110 1000000 111110 101011001 1001011 10110

Color Harmonies of #620E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E23

Black with #620E23

Text Example


Text Example

White with #620E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,14,35); }

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

background-color css

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

 a { background-color: rgb(98,14,35); }

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

border-color css

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

 span { border-color: rgb(98,14,35); }

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