Html Css Color HEX #65111B Pohutukawa

📋 copy color: '#65111B'

red 101 ◦ green 17 ◦ blue 27

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

Shades of Pohutukawa #65111B

Tints of Pohutukawa #65111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 69.66%
G = 11.72%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65111B (or 0x65111B) is known color: Pohutukawa. HEX triplet: 65, 11 and 1B. RGB value is (101,17,27). Sum of RGB (Red+Green+Blue) = 101+17+27=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65111B is #9AEEE4. Grayscale: #2B2B2B. Windows color (decimal): -10153701 or 1773925. OLE color: 1773925.

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

Color convert

RGB 101 17 27 -
CMYK 0 0.83 0.73 0.60
HSL 352.86º 0.71% 0.23% -
HSV(B) 352.86º 0.83% 0.4% -
XYZ 5.77 3.25 1.36 -
YUV 43.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 101 17 27 0 0.83 0.73 0.60 352.86 0.71 0.23
Hex 65 11 1B 0 53 49 3C 161 47 17
Octal 145 21 33 0 123 111 74 541 107 27
Binary 1100101 10001 11011 0 1010011 1001001 111100 101100001 1000111 10111

Color Harmonies of #65111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65111B

Black with #65111B

Text Example


Text Example

White with #65111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65111B; }

 p { color: rgb(101,17,27); }

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

background-color css

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

 a { background-color: rgb(101,17,27); }

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

border-color css

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

 span { border-color: rgb(101,17,27); }

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