Html Css Color HEX #69181D Pohutukawa

📋 copy color: '#69181D'

red 105 ◦ green 24 ◦ blue 29

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

Shades of Pohutukawa #69181D

Tints of Pohutukawa #69181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 66.46%
G = 15.19%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69181D (or 0x69181D) is known color: Pohutukawa. HEX triplet: 69, 18 and 1D. RGB value is (105,24,29). Sum of RGB (Red+Green+Blue) = 105+24+29=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #69181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69181D is #96E7E2. Grayscale: #303030. Windows color (decimal): -9889763 or 1906793. OLE color: 1906793.

HSL color Cylindrical-coordinate representation of color #69181D: hue angle of 356.3º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69181D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 29 -
CMYK 0 0.77 0.72 0.59
HSL 356.3º 0.63% 0.25% -
HSV(B) 356.3º 0.77% 0.41% -
XYZ 6.37 3.75 1.55 -
YUV 48.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 105 24 29 0 0.77 0.72 0.59 356.3 0.63 0.25
Hex 69 18 1D 0 4D 48 3B 164 3F 19
Octal 151 30 35 0 115 110 73 544 77 31
Binary 1101001 11000 11101 0 1001101 1001000 111011 101100100 111111 11001

Color Harmonies of #69181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69181D

Black with #69181D

Text Example


Text Example

White with #69181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69181D; }

 p { color: rgb(105,24,29); }

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

background-color css

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

 a { background-color: rgb(105,24,29); }

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

border-color css

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

 span { border-color: rgb(105,24,29); }

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