Html Css Color HEX #65101C Pohutukawa

📋 copy color: '#65101C'

red 101 ◦ green 16 ◦ blue 28

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

Shades of Pohutukawa #65101C

Tints of Pohutukawa #65101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 69.66%
G = 11.03%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65101C (or 0x65101C) is known color: Pohutukawa. HEX triplet: 65, 10 and 1C. RGB value is (101,16,28). Sum of RGB (Red+Green+Blue) = 101+16+28=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65101C is #9AEFE3. Grayscale: #2A2A2A. Windows color (decimal): -10153956 or 1839205. OLE color: 1839205.

HSL color Cylindrical-coordinate representation of color #65101C: hue angle of 351.53º 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 #65101C is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 28 -
CMYK 0 0.84 0.72 0.60
HSL 351.53º 0.73% 0.23% -
HSV(B) 351.53º 0.84% 0.4% -
XYZ 5.76 3.22 1.42 -
YUV 42.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 101 16 28 0 0.84 0.72 0.60 351.53 0.73 0.23
Hex 65 10 1C 0 54 48 3C 160 49 17
Octal 145 20 34 0 124 110 74 540 111 27
Binary 1100101 10000 11100 0 1010100 1001000 111100 101100000 1001001 10111

Color Harmonies of #65101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65101C

Black with #65101C

Text Example


Text Example

White with #65101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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