Html Css Color HEX #651029 Pohutukawa

📋 copy color: '#651029'

red 101 ◦ green 16 ◦ blue 41

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

Shades of Pohutukawa #651029

Tints of Pohutukawa #651029

RGB

 RED value IS 101 (39.84% from 255) = 63.92%

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

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

R = 63.92%
G = 10.13%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#651029 (or 0x651029) is known color: Pohutukawa. HEX triplet: 65, 10 and 29. RGB value is (101,16,41). Sum of RGB (Red+Green+Blue) = 101+16+41=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651029 is #9AEFD6. Grayscale: #2C2C2C. Windows color (decimal): -10153943 or 2691173. OLE color: 2691173.

HSL color Cylindrical-coordinate representation of color #651029: hue angle of 342.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651029 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 41 -
CMYK 0 0.84 0.59 0.60
HSL 342.35º 0.73% 0.23% -
HSV(B) 342.35º 0.84% 0.4% -
XYZ 5.95 3.3 2.42 -
YUV 44.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 101 16 41 0 0.84 0.59 0.60 342.35 0.73 0.23
Hex 65 10 29 0 54 3B 3C 156 49 17
Octal 145 20 51 0 124 73 74 526 111 27
Binary 1100101 10000 101001 0 1010100 111011 111100 101010110 1001001 10111

Color Harmonies of #651029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651029

Black with #651029

Text Example


Text Example

White with #651029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651029; }

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

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

background-color css

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

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

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

border-color css

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

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

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