Html Css Color HEX #69151B Pohutukawa

📋 copy color: '#69151B'

red 105 ◦ green 21 ◦ blue 27

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

Shades of Pohutukawa #69151B

Tints of Pohutukawa #69151B

RGB

 RED value IS 105 (41.41% from 255) = 68.63%

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 68.63%
G = 13.73%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#69151B (or 0x69151B) is known color: Pohutukawa. HEX triplet: 69, 15 and 1B. RGB value is (105,21,27). Sum of RGB (Red+Green+Blue) = 105+21+27=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #69151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69151B is #96EAE4. Grayscale: #2E2E2E. Windows color (decimal): -9890533 or 1774953. OLE color: 1774953.

HSL color Cylindrical-coordinate representation of color #69151B: hue angle of 355.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69151B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 27 -
CMYK 0 0.80 0.74 0.59
HSL 355.71º 0.67% 0.25% -
HSV(B) 355.71º 0.8% 0.41% -
XYZ 6.29 3.62 1.4 -
YUV 46.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 105 21 27 0 0.80 0.74 0.59 355.71 0.67 0.25
Hex 69 15 1B 0 50 4A 3B 164 43 19
Octal 151 25 33 0 120 112 73 544 103 31
Binary 1101001 10101 11011 0 1010000 1001010 111011 101100100 1000011 11001

Color Harmonies of #69151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69151B

Black with #69151B

Text Example


Text Example

White with #69151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,21,27); }

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

background-color css

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

 a { background-color: rgb(105,21,27); }

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

border-color css

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

 span { border-color: rgb(105,21,27); }

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